[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
EXAMPLE
Listed below is a small program that illustrates the use of many of
the FastTTT5 procedures.
PROGRAM FASTTTT5_DEMO;
USES CRT, FASTTTT5;
BEGIN
CLEARTEXT(1,1,80,25,WHITE,BLACK);
WRITECENTER(1,YELLOW,BLACK,'TECHNOJOCKS');
WRITECENTER(2,YELLOW,BLACK,'TURBO');
WRITECENTER(3,YELLOW,BLACK,'TOOLKIT');
VERTLINE(32,1,3,YELLOW,BLACK,1);
VERTLINE(49,1,3,YELLOW,BLACK,1);
BOX(1,5,30,10,WHITE,BLUE,1);
WRITEBETWEEN(1,30,6,WHITE,BLACK,'HOLLOW BOX');
GROWFBOX(50,5,80,10,WHITE,BLUE,2);
WRITEAT(52,9,WHITE,BLUE,'FILLED BOX');
ATTRIB(20,15,60,19,YELLOW,BLUE);
PLAINWRITE(11,17,'WRITTEN BY PLAINWRITE');
COLWRITE(50,17,'WRITTEN BY COLWRITE');
HORIZLINE(1,80,24,LIGHTBLUE,BLACK,1);
CLICKWRITE(1,25,LIGHTGREEN,BLACK,'THAT''S ALL FOLKS');
DELAY(5000);
END.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson